Welcome![Sign In][Sign Up]
Location:
Search - opengl txt

Search list

[OpenGL programPDA-opengl

Description: 一个用opengl开发的PDA的图形界面,透明的盖子,附有音乐效果,一些的按键控制在文件夹中的readme.txt有说明,自己看吧.-use opengl development of a PDA graphics interface, transparent lid, with sound effects, some of the buttons control the folder with the readme.txt that ion battery.
Platform: | Size: 5811891 | Author: shoarh | Hits:

[OpenGL programopengl小程序

Description: 我上传的是基于OpenGL,在Delphi环境下运用的几个小程序,分别在文件夹1,2,3,4,5中,每个文件夹有程序的介绍(txt文件),切记要将glut32.dll文件拷贝到Windows的System目录下,程序才可运行!由于我还是高校学生,不会太难的程序,望站长酌情考虑-is based on OpenGL, the Delphi environment using a few small programs, in 1,2,3,4,5 folders, each folder on the procedures (txt file), should bear in mind glut32.dll copy the file to the Windows System directory procedures can run! Because I still college students, not too difficult procedures, as appropriate, consider looking head! ! Thank you! !
Platform: | Size: 889409 | Author: 晓迪 | Hits:

[OpenGL program径向基函数插值可视化

Description: 用OPENGL的简化版本glut 3.7 开发的径向基函数插值可视化三维图面旋转。用到了鼠标球追踪技术,径向基函数插值 压缩包下,data.txt为三维图形高度的值,ThreaD.cpp是源程序。Debug里面有在配置glut32.dll后可以运行的程序。其中glut-3.7.6.bin是glut包。如何配置请看里面的说明。如果,你对opengl有兴趣,那么这个是学习opngl的基础
Platform: | Size: 600330 | Author: cdutherbert | Hits:

[OpenGL programopengl小程序

Description: 我上传的是基于OpenGL,在Delphi环境下运用的几个小程序,分别在文件夹1,2,3,4,5中,每个文件夹有程序的介绍(txt文件),切记要将glut32.dll文件拷贝到Windows的System目录下,程序才可运行!由于我还是高校学生,不会太难的程序,望站长酌情考虑-is based on OpenGL, the Delphi environment using a few small programs, in 1,2,3,4,5 folders, each folder on the procedures (txt file), should bear in mind glut32.dll copy the file to the Windows System directory procedures can run! Because I still college students, not too difficult procedures, as appropriate, consider looking head! ! Thank you! !
Platform: | Size: 888832 | Author: 晓迪 | Hits:

[OpenGL programOPENGL-CHZ

Description: VC/MFC源代码,在OpenGL下实现汉字的三维显示与旋转!-VC/MFC source code, under the OpenGL 3D display of Chinese characters and rotating!
Platform: | Size: 32768 | Author: 简兴祥 | Hits:

[OpenGL programPDA-opengl

Description: 一个用opengl开发的PDA的图形界面,透明的盖子,附有音乐效果,一些的按键控制在文件夹中的readme.txt有说明,自己看吧.-use opengl development of a PDA graphics interface, transparent lid, with sound effects, some of the buttons control the folder with the readme.txt that ion battery.
Platform: | Size: 5811200 | Author: shoarh | Hits:

[OpenGL programLearn_OpenGL_3D_Programming

Description: 学OpenGL编3D游戏 随书源码 A01_OpenGL的程序框架 第1 章源程序 A02_OpenGL的基本图形 第2 章源程序 A03_OpenGL的组合图形 第3 章源程序 A04_摄像漫游 第4 章源程序 A05_开天辟地 第5 章源程序 A06_OpenGL中显示文字 第6 章源程序 A07_特殊的平面_树 第7 章源程序 A08_显示3D模型 第8 章源程序 A09_3D动画 第9 章源程序 A10_射击、爆炸 第10章源程序 A11_碰撞检测 第11章源程序 A12_游戏进度保存 第12章源程序 A13_3D场景编辑 第13章源程序 include 公用程序 运行程序 所有运行程序 学OpenGL编3D游戏运行程序在里面 文件 TSCC.exe AVI解码器 运行须知.txt 错误解决方法 说明文档.txt 本文档 学OpenGL编3D游戏.bat 运行“学OpenGL编3D游戏” //////////////////////////////////// 如果程序编制演示的AVI不能播放,请自行安装盘上的TSCC.exe。-school OpenGL 3D game series with the book source A01_OpenGL the procedural framework of Chapter 1-source The basic sequence A02_OpenGL graphics Chapter 2 source A03_OpenGL combination graphics Chapter 3 source A04_ roaming camera Chapter 4 source A05_ Chapter 5 of the entire source A06_OpenG L display text Chapter 6 source A07_ special plane trees _ Chapter 7 source revealed A08_ No. 3 D model Chapter 8 source A09_3D animation Chapter 9 source A10_ shooting, Chapter 10 explosion source A11_ Collision Detection Chapter 11 source A12_ the game to preserve the source of Chapter 12 process Scene Editor sequence A13_3D Chapter 13 program include common procedures procedures operational procedures for all school OpenGL 3D game series operational procedures inside documents TSCC.exe AVI decoder
Platform: | Size: 6331392 | Author: jon | Hits:

[OpenGL programeplan

Description: E战机是我花了几个月做的一个简单飞机游戏引擎,目前它支持,自定义资源,自定义单位,编辑关卡等功能! 因为我不是很懂OpenGL所以目前本游戏~还是使用GUI绘图~ 对CPU的~要求比较高~ 而且~OpenGL的纹理不是支持任何尺寸的图片~ 文件说明 Reslist.gam 游戏资源文件 游戏所需要的图片资源都在这里定义~ 目前它还是以文本形式保存的 WAV.txt 游戏声音资源文件~ 游戏里面用到的声音都在这里~ 也是文本保存 UnitX.txt 单位定义文件 所有游戏单位的定义都在这里~ 包括自己的飞机~ 子弹 敌人~等等~ 敌人如何行动也是在这里定义的 Level.lev 游戏关卡文件 保存了游戏关卡数据文件 使用以上4个文件 你就能做出你自己的飞机游戏了~~ 你也可以试着把这个未完成的关卡完成~ 目前地图编辑器正在开发中~~ ========================= 控制说明 发射子弹 空格 Ctrl 炸弹 方向键 控制行动 ========================= -- 其他功能继续完善中 -- -E. fighters is I spent a few months to do a simple game engine aircraft, which currently support from the definition of resources, Since the definition of units, editing functions such as hurdles! I do not really understand them because currently the OpenGL games or use GUI ~ ~ drawing on the CPU requests than ~ ~ ~ and higher OpenGL texture is not in support of any size photo-documented Reslist.g am documents game game resources needed resources are pictures here- definition version of the current form it is the preservation of WA V.txt game voice resource documents game inside-the voices are used in the text is here ~ UnitX preservation. txt units definition files all game units in the definition here- including its own aircraft bullets enemies ~ ~ ~ enemy, etc. How can people in actio
Platform: | Size: 652288 | Author: 杨明 | Hits:

[OpenGL programHOpenGL

Description: 自己写的一个opengl的示例,要分别导入data文件夹中的三个txt文件,才能演示-himself wrote a opengl example, Introduction to the respective data folder of three txt documents can be demonstrated
Platform: | Size: 4760576 | Author: 黄启恒 | Hits:

[OpenGL programOpenGL_programming_CAI

Description: 学OpenGL编3D游戏DEMO版目录下内容说明 目录 A01_OpenGL的程序框架 第1 章源程序 A02_OpenGL的基本图形 第2 章源程序 A03_OpenGL的组合图形 第3 章源程序 A04_摄像漫游 第4 章源程序 A05_开天辟地 第5 章源程序 A06_OpenGL中显示文字 第6 章源程序 A07_特殊的平面_树 第7 章源程序 A08_显示3D模型 第8 章源程序 A09_3D动画 第9 章源程序 A10_射击、爆炸 第10章源程序 A11_碰撞检测 第11章源程序 A12_游戏进度保存 第12章源程序 A13_3D场景编辑 第13章源程序 include 公用程序 运行程序 所有运行程序 学OpenGL编3D游戏运行程序在里面 文件 TSCC.exe AVI解码器 运行须知.txt 错误解决方法 说明文档.txt 本文档 学OpenGL编3D游戏.bat 运行“学OpenGL编3D游戏”-err
Platform: | Size: 6336512 | Author: Mechanician | Hits:

[OpenGL programscanline

Description: 用OPENGL实现的垂直逐列扫描填充2D图形(Scanline) 整个程序简洁明了,清楚的表达了scanline的原理和实现。适合OPENGL的初学者。 包括 cpp exe 和一个txt 输入文件-OPENGL achieved with vertical scanning by filling out 2D graphics (Scanline) the whole process clear and concise, clear expression of the scanline and the realization of the principle. OPENGL for beginner. Including cpp exe and a txt input file
Platform: | Size: 48128 | Author: dma | Hits:

[OpenGL program1

Description: VC++利用OpenGL画Bezier曲线.txt -VC++ Use OpenGL drawing Bezier curves. Txt
Platform: | Size: 1024 | Author: lanpiao | Hits:

[OpenGL programnurbs

Description: opengl绘制nurbs曲线曲面 新建文档.txt:nurbs曲线的说明 what is~.txt:msdn关于nurbs曲线函数的说明 nurbs绘制.cpp:自己做的画nurbs曲线的程序,可以拖动点 cpp1.cpp:nurbs曲线,网上的实例 cpp2.cpp:nurbs曲面,也是网上的实例 bezier.cpp:画bezier曲线的程序-opengl rendering nurbs curves and surfaces New Document. txt: nurbs curve description of what is ~. txt: msdn on nurbs curve nurbs mapping function description. cpp: own paintings nurbs curve procedure, you can drag points cpp1.cpp: nurbs curve, on-line examples cpp2.cpp: nurbs surface, but also examples of online bezier.cpp: Bezier curve drawing procedure
Platform: | Size: 13312 | Author: zn | Hits:

[OpenGL programopengl-read-points-from-files

Description: opengl从text里读取数据点的坐标,然后在opengl里画图-opengl read from the text in the coordinates of data points, and then drawing in opengl
Platform: | Size: 52224 | Author: 刘平 | Hits:

[OpenGL programopengl-billiards

Description: 在vs2003下编译通过的,opengl写的3d台球游戏代码,具体的配置参照《说明.txt》-Adopted in compiling the vs2003 under, opengl written code 3d billiards game, the specific configuration of the txt file
Platform: | Size: 803840 | Author: 刘市贵 | Hits:

[OpenGL programBeizer

Description: Bezier Curve / Bezier Surface renderer in OpenGL. Press 1-4 to control level of details. Press l to toggle outlines. Press s to toggle smooth. Project was built using XCode, but should be easily portable to other platforms. See SceneFileFormat.txt for scene file instructions.-Bezier Curve/Bezier Surface renderer in OpenGL. Press 1-4 to control level of details. Press l to toggle outlines. Press s to toggle smooth. Project was built using XCode, but should be easily portable to other platforms. See SceneFileFormat.txt for scene file instructions.
Platform: | Size: 279552 | Author: josephlin0922 | Hits:

[OpenGL programsweepzoo

Description: 用openGL导入txt格式文件,txt文件可在Excel中变出你想要的图形哦-Import txt format with openGL, txt file in Excel, change the graphic that you want to Oh
Platform: | Size: 2619392 | Author: zoo894 | Hits:

[OpenGL programOpenGL

Description: 1,opengl 渲染窗口 2,OpenGL 画三角形,并响应鼠标左右键 3,Opengl 实现3维物体的导入,文件为txt的,还有事件响应。4,OpenGL实现3维物体的导入 还有贴图的导入,事件响应。-1、openGL render window 2、openGL create triangle and respond message 、3openGL load 3d file (*.txt) 4、openGL load 3d file with mesh and respond
Platform: | Size: 2495488 | Author: 黄煌 | Hits:

[OpenGL programMultiReflection

Description: 用VC++编写的一个关于OpenGL的多个镜面反射的特效,txt格式的-VC prepared by the multiple specular reflection effects on OpenGL, txt format
Platform: | Size: 3072 | Author: 姚新宇 | Hits:

[OpenGL programOpenGL

Description: opengl环境配置,按照txt文档中的要求简单的复制即可-the opengl environmental configuration
Platform: | Size: 94208 | Author: wgj | Hits:
« 12 3 »

CodeBus www.codebus.net